libclass-autouse-perl software package provides module for deferring loading ('use'ing) of a class until run time, you can install in your Ubuntu 17.04 (Zesty Zapus) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install libclass-autouse-perl
libclass-autouse-perl is installed in your system.
Make ensure the libclass-autouse-perl package were installed using the commands given below,
$ sudo dpkg-query -l | grep libclass-autouse-perl *
You will get with libclass-autouse-perl package name, version, architecture and description in a table
| Distro | Ubuntu 17 04 zesty zapus |
| Section | Perl |
| Package | libclass-autouse-perl |
| Version | 2.01-1 |
| Description | module for deferring loading ('use'ing) of a class until run time |
| Sub Section | Perl |